Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Now setting load order once for every new suite #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Lakitna
Copy link

@Lakitna Lakitna commented May 1, 2024

Fixes #4

The issue was caused by the load order only being set once per test run. At the same time, setting the load order only works for the duration of a test suite.

I changed the detection of whether the libs should be parsed and the load order should be set. This now uses the path to the test suite (via the robot built-in var ${SUITE_SOURCE} to figure out if the load order should be reapplied.

In my own codebase, this works. However, I could not get the test set to run so I can't be sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Import Argument prioritize_library Does Not Work
1 participant